projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc97a82
)
* src/window.c (make_window): Initialize phys_cursor_on_p.
author
Dan Nicolaescu
<dann@ics.uci.edu>
Fri, 28 Oct 2011 14:34:06 +0000
(08:34 -0600)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Fri, 28 Oct 2011 14:34:06 +0000
(08:34 -0600)
src/ChangeLog
patch
|
blob
|
history
src/window.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 50fc953024a5d455339d9d7cf03403150176e0f9..21ec98fa217d6f15fb6e9d18fb5130e95d862087 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2011-10-28 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * window.c (make_window): Initialize phys_cursor_on_p.
+
2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
* lisp.h (struct Lisp_Symbol): Update comments.
diff --git
a/src/window.c
b/src/window.c
index 0c35b913789c523887a671a7c3c4aab465c94ba4..38f16c91f34988f6e1a89f1fb62e516776d47d3c 100644
(file)
--- a/
src/window.c
+++ b/
src/window.c
@@
-3320,6
+3320,7
@@
make_window (void)
memset (&w->phys_cursor, 0, sizeof (w->phys_cursor));
w->phys_cursor_type = -1;
w->phys_cursor_width = -1;
+ w->phys_cursor_on_p = 0;
w->last_cursor_off_p = w->cursor_off_p = 0;
w->must_be_updated_p = 0;
w->pseudo_window_p = 0;